Definition at line 32 of file CWindowIcon.hpp.
| Exponent::GUI::Graphics::CWindowIcon::CWindowIcon | ( | ) |
Construction
| Exponent::GUI::Graphics::CWindowIcon::CWindowIcon | ( | const long | resourceId | ) |
Construction
| resourceId | The resource id of the icon to load |
| Exponent::GUI::Graphics::CWindowIcon::CWindowIcon | ( | HICON | icon | ) |
Construction
| icon | The icon to store |
| virtual Exponent::GUI::Graphics::CWindowIcon::~CWindowIcon | ( | ) | [virtual] |
Destruction
| HICON Exponent::GUI::Graphics::CWindowIcon::getIcon | ( | ) | const |
Get the icon
| HICON | The windows icon |
| void Exponent::GUI::Graphics::CWindowIcon::loadIcon | ( | const CSystemString & | path, | |
| const long | resourceId = 0 | |||
| ) |
Load an icon from a path
| path | The path to the icon | |
| resourceId | The resource id of the icon |
| void Exponent::GUI::Graphics::CWindowIcon::loadIcon | ( | const long | resourceId | ) |
Load a new icon from a resource
| resourceId | The resource id of the icon to load |
| CWindowIcon& Exponent::GUI::Graphics::CWindowIcon::operator= | ( | const CWindowIcon & | icon | ) |
Assignment operator
| icon | The icon to store |
| CWindowIcon& | A reference to this |
| void Exponent::GUI::Graphics::CWindowIcon::setIcon | ( | HICON | icon | ) |
Set the icon to a new icon
| icon | The icon to store |
| void Exponent::GUI::Graphics::CWindowIcon::unloadIcon | ( | ) |
Unload the current Icon
HICON Exponent::GUI::Graphics::CWindowIcon::m_icon [protected] |
windows icon
Definition at line 122 of file CWindowIcon.hpp.